.header {
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.header .headerTop {
    overflow: hidden;
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 1200px){
.container {
    width: 1170px;
}
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 1200px;
    min-width: 1200px;
}

.container {
    position: relative;
}

.header .headerTop ul {
    overflow: hidden;
    float: right;
    margin-top: 8px;
    height: 17px;
    line-height: 17px;
}


ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ol, ul {
    list-style: none;
}

.header .headerTop li:first-child {
    border: none;
}

.header .headerTop .second {
    background: url(header-icon02.png) no-repeat 10px center;
}
.header .headerTop li {
    float: left;
    padding: 0 10px 0 28px;
    border-left: 1px solid #e8e8e8;
    font-size: 13px;
}

.header .headerTop li a {
    color: #666;
}

a {
    color: #666;
    text-decoration: none;
}

.header .headerTop li.last {
    padding-right: 0;
    background: url(header-icon03.png) no-repeat 10px center;
}

.header .headerCenter {
    overflow: hidden;
    height: 109px;
}
.header .headerCenter dl {
    overflow: hidden;
    float: left;
    
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.header .headerCenter dt {
    float: left;
    overflow: hidden;
}

dt {
    font-weight: bold;
}

dt, dd {
    line-height: 1.42857143;
}

h5 {
    font-size: 12px;
}

img {
    vertical-align: middle;
    margin-top: 10px;
}

img {
    border: 0;
}

.header .headerCenter dd {
    overflow: hidden;
    float: left;
    margin-top: 10px;
    margin-left: 26px;
    height: 88px;
    padding-left: 16px;
    border-left: 1px solid #e8e8e8;
}

h2 {
    font-size: 26px;
}

.header .headerCenter .phone {
    overflow: hidden;
    float: right;
    margin-top: 32px;
    background: url(header-phone.png) no-repeat left top;
    padding-left: 50px;
    width: 255px;
}


.header .headerCenter .phone i {
    font-size: 24px;
    font-family: Myriad Pro;
    color: #c91717;
    display: block;
    font-weight: bold;
}